-
Notifications
You must be signed in to change notification settings - Fork 9
feat(cat-voices): sync with gateway v2 endpoints #3602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
damian-molinski
wants to merge
22
commits into
main
Choose a base branch
from
feat/sync-with-gateway-v2-endpoints-3362
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: Add Dio client * fix format-check * refactor * Remove contentType header from "status" Dio client, update project.dic * Disable cSpell for ComponentStatus enum clean up project.dic
…3550) * feat: migrate to spec v004 * chore: cleanup * chore: remove election ID, cleanup code * refactor: use parameters instead of category ID * feat: migrate to parameters * feat: migrate from categoryId to document parameters * feat: migrate json * chore: add test for parameters migration * feat: filter by proposals * feat: handle DB and signed document migration * chore: cleanup * feat: cbor migration * docs: move to readme * feat: add tests * chore: update documents * chore: lints * chore: cleanup * feat: collabs migration * chore: docs, cleanup * style: formatting * refactor: cleanup * refactor: migrate collaborators to catalyst kid * refactor: migrate section to SectionRef * refactor: code review changes, add more custom types * chore: rename categoryId => categoryRef * refactor: make document type singular * chore: cleanup * chore: revert unit tests
…eview changes (#3577) * feat: migrate to spec v004 * chore: cleanup * chore: remove election ID, cleanup code * refactor: use parameters instead of category ID * feat: migrate to parameters * feat: migrate from categoryId to document parameters * feat: migrate json * chore: add test for parameters migration * feat: filter by proposals * feat: handle DB and signed document migration * chore: cleanup * feat: cbor migration * docs: move to readme * feat: add tests * chore: update documents * chore: lints * chore: cleanup * feat: collabs migration * chore: docs, cleanup * style: formatting * refactor: cleanup * refactor: migrate collaborators to catalyst kid * refactor: migrate section to SectionRef * refactor: code review changes, add more custom types * chore: rename categoryId => categoryRef * refactor: make document type singular * chore: cleanup * chore: revert unit tests * Revert "chore: revert unit tests" This reverts commit e410530. * chore: add cose content encoding and cose media type * refactor: rename categoryId to categoryRef * chore: clean spelling list
* feat: remove chopper and code generation scripts * remove cat status OpenAPI json * chore: clean up * chore: back to previous catalyst_voices/README.md structure and remove just one line
* feat: Migrate document index to v2 endpoint * Update catalyst_voices/packages/internal/catalyst_voices_repositories/lib/src/api/dio_cat_gateway_service.dart Co-authored-by: Dominik Toton <[email protected]> * Update catalyst_voices/packages/internal/catalyst_voices_repositories/lib/src/api/dio_cat_gateway_service.dart Co-authored-by: Dominik Toton <[email protected]> * chore: Simplify comments in API models --------- Co-authored-by: Dominik Toton <[email protected]>
* feat: Migrate RBAC endpoint to v2 * feat: enhance RBAC DTOs and add PEM handling for X509 certificates * chore: disable cspell in x509 certificate test * refactor: Remove Json typedef and move CertificateType
# Conflicts: # catalyst_voices/apps/voices/lib/widgets/modals/proposals/create_new_proposal_category_selection.dart # catalyst_voices/packages/internal/catalyst_voices_blocs/lib/src/category/category_detail_cubit.dart
…3609) * feat: add content type * refactor: remove signed document metadata in favor of document data metadata * refactor: centralize parameters * refactor: cleanup * chore: add more test assertions * chore: cleanup * fix: migration test
8 tasks
This was referenced Nov 4, 2025
Contributor
📚 Docs PreviewThe docs for this PR can be previewed at the following URL: https://docs.dev.projectcatalyst.io/voices/feat/sync-with-gateway-v2-endpoints-3362 |
# Conflicts: # catalyst_voices/Earthfile
* chore: Upgrade dependencies * remove build_runner log-performance * add to melos flutter clean
* Add collaborators to DocumentDataMetadata and add mapper * update DTO * fix: failing tests * fix: spelling
* remove const template refs * use isInCategoryList
…:input-output-hk/catalyst-voices into feat/sync-with-gateway-v2-endpoints-3362
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
fyi: gatekeepers
For information - Catalyst App Backend, System Development & Integration Team
no-track
Used to skip tracking in Swarmia analytics, etc.
squad: face
Frontend Catalyst Experience Team
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Align with Gateway 0.0.4 SignedDocs format and start using v2 endpoints
Related Issue(s)
Resolves #3362
Description of Changes
Demo
TODO
Please confirm the following checks